[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Int 31 Fn 0205  P - DPMI 0.9+ - Set Protected Mode Interrupt Vector        [E]

   AX = 0205h
   BL = interrupt number
   CX:(E)DX = selector:offset of handler

Return: CF clear if successful
   CF set on error
       AX = error code (DPMI 1.0+) (8022h) (see AX=0000h)

Notes: 16-bit programs use CX:DX, 32-bit programs use CX:EDX
   32-bit programs must use a 32-bit interrupt stack frame when chaining
     to the next handler
   DPMI implementations are required to support all 256 vectors
   hardware interrupts are reflected to the virtual machine's primary
     client, software interrupts to the current client
   not supported by MS Windows 3.0 in Standard mode

See Also: AX=0201h,AX=0204h,INT 21/AX=2504h,INT 2C/AX=0007h

See Also: INT 2F/AX=FB42h/BX=0025h

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson